3.1867 \(\int (1-2 x)^{3/2} (2+3 x)^2 (3+5 x)^3 \, dx\)

Optimal. Leaf size=79 \[ \frac{75}{32} (1-2 x)^{15/2}-\frac{975}{32} (1-2 x)^{13/2}+\frac{28555}{176} (1-2 x)^{11/2}-\frac{21439}{48} (1-2 x)^{9/2}+\frac{20691}{32} (1-2 x)^{7/2}-\frac{65219}{160} (1-2 x)^{5/2} \]

[Out]

(-65219*(1 - 2*x)^(5/2))/160 + (20691*(1 - 2*x)^(7/2))/32 - (21439*(1 - 2*x)^(9/
2))/48 + (28555*(1 - 2*x)^(11/2))/176 - (975*(1 - 2*x)^(13/2))/32 + (75*(1 - 2*x
)^(15/2))/32

_______________________________________________________________________________________

Rubi [A]  time = 0.0639268, antiderivative size = 79, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.042 \[ \frac{75}{32} (1-2 x)^{15/2}-\frac{975}{32} (1-2 x)^{13/2}+\frac{28555}{176} (1-2 x)^{11/2}-\frac{21439}{48} (1-2 x)^{9/2}+\frac{20691}{32} (1-2 x)^{7/2}-\frac{65219}{160} (1-2 x)^{5/2} \]

Antiderivative was successfully verified.

[In]  Int[(1 - 2*x)^(3/2)*(2 + 3*x)^2*(3 + 5*x)^3,x]

[Out]

(-65219*(1 - 2*x)^(5/2))/160 + (20691*(1 - 2*x)^(7/2))/32 - (21439*(1 - 2*x)^(9/
2))/48 + (28555*(1 - 2*x)^(11/2))/176 - (975*(1 - 2*x)^(13/2))/32 + (75*(1 - 2*x
)^(15/2))/32

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 10.1565, size = 70, normalized size = 0.89 \[ \frac{75 \left (- 2 x + 1\right )^{\frac{15}{2}}}{32} - \frac{975 \left (- 2 x + 1\right )^{\frac{13}{2}}}{32} + \frac{28555 \left (- 2 x + 1\right )^{\frac{11}{2}}}{176} - \frac{21439 \left (- 2 x + 1\right )^{\frac{9}{2}}}{48} + \frac{20691 \left (- 2 x + 1\right )^{\frac{7}{2}}}{32} - \frac{65219 \left (- 2 x + 1\right )^{\frac{5}{2}}}{160} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((1-2*x)**(3/2)*(2+3*x)**2*(3+5*x)**3,x)

[Out]

75*(-2*x + 1)**(15/2)/32 - 975*(-2*x + 1)**(13/2)/32 + 28555*(-2*x + 1)**(11/2)/
176 - 21439*(-2*x + 1)**(9/2)/48 + 20691*(-2*x + 1)**(7/2)/32 - 65219*(-2*x + 1)
**(5/2)/160

_______________________________________________________________________________________

Mathematica [A]  time = 0.0541882, size = 38, normalized size = 0.48 \[ -\frac{1}{165} (1-2 x)^{5/2} \left (12375 x^5+49500 x^4+84225 x^3+78730 x^2+42860 x+12136\right ) \]

Antiderivative was successfully verified.

[In]  Integrate[(1 - 2*x)^(3/2)*(2 + 3*x)^2*(3 + 5*x)^3,x]

[Out]

-((1 - 2*x)^(5/2)*(12136 + 42860*x + 78730*x^2 + 84225*x^3 + 49500*x^4 + 12375*x
^5))/165

_______________________________________________________________________________________

Maple [A]  time = 0.006, size = 35, normalized size = 0.4 \[ -{\frac{12375\,{x}^{5}+49500\,{x}^{4}+84225\,{x}^{3}+78730\,{x}^{2}+42860\,x+12136}{165} \left ( 1-2\,x \right ) ^{{\frac{5}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((1-2*x)^(3/2)*(2+3*x)^2*(3+5*x)^3,x)

[Out]

-1/165*(12375*x^5+49500*x^4+84225*x^3+78730*x^2+42860*x+12136)*(1-2*x)^(5/2)

_______________________________________________________________________________________

Maxima [A]  time = 1.36577, size = 74, normalized size = 0.94 \[ \frac{75}{32} \,{\left (-2 \, x + 1\right )}^{\frac{15}{2}} - \frac{975}{32} \,{\left (-2 \, x + 1\right )}^{\frac{13}{2}} + \frac{28555}{176} \,{\left (-2 \, x + 1\right )}^{\frac{11}{2}} - \frac{21439}{48} \,{\left (-2 \, x + 1\right )}^{\frac{9}{2}} + \frac{20691}{32} \,{\left (-2 \, x + 1\right )}^{\frac{7}{2}} - \frac{65219}{160} \,{\left (-2 \, x + 1\right )}^{\frac{5}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((5*x + 3)^3*(3*x + 2)^2*(-2*x + 1)^(3/2),x, algorithm="maxima")

[Out]

75/32*(-2*x + 1)^(15/2) - 975/32*(-2*x + 1)^(13/2) + 28555/176*(-2*x + 1)^(11/2)
 - 21439/48*(-2*x + 1)^(9/2) + 20691/32*(-2*x + 1)^(7/2) - 65219/160*(-2*x + 1)^
(5/2)

_______________________________________________________________________________________

Fricas [A]  time = 0.207656, size = 59, normalized size = 0.75 \[ -\frac{1}{165} \,{\left (49500 \, x^{7} + 148500 \, x^{6} + 151275 \, x^{5} + 27520 \, x^{4} - 59255 \, x^{3} - 44166 \, x^{2} - 5684 \, x + 12136\right )} \sqrt{-2 \, x + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((5*x + 3)^3*(3*x + 2)^2*(-2*x + 1)^(3/2),x, algorithm="fricas")

[Out]

-1/165*(49500*x^7 + 148500*x^6 + 151275*x^5 + 27520*x^4 - 59255*x^3 - 44166*x^2
- 5684*x + 12136)*sqrt(-2*x + 1)

_______________________________________________________________________________________

Sympy [A]  time = 3.56669, size = 70, normalized size = 0.89 \[ \frac{75 \left (- 2 x + 1\right )^{\frac{15}{2}}}{32} - \frac{975 \left (- 2 x + 1\right )^{\frac{13}{2}}}{32} + \frac{28555 \left (- 2 x + 1\right )^{\frac{11}{2}}}{176} - \frac{21439 \left (- 2 x + 1\right )^{\frac{9}{2}}}{48} + \frac{20691 \left (- 2 x + 1\right )^{\frac{7}{2}}}{32} - \frac{65219 \left (- 2 x + 1\right )^{\frac{5}{2}}}{160} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((1-2*x)**(3/2)*(2+3*x)**2*(3+5*x)**3,x)

[Out]

75*(-2*x + 1)**(15/2)/32 - 975*(-2*x + 1)**(13/2)/32 + 28555*(-2*x + 1)**(11/2)/
176 - 21439*(-2*x + 1)**(9/2)/48 + 20691*(-2*x + 1)**(7/2)/32 - 65219*(-2*x + 1)
**(5/2)/160

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.215222, size = 131, normalized size = 1.66 \[ -\frac{75}{32} \,{\left (2 \, x - 1\right )}^{7} \sqrt{-2 \, x + 1} - \frac{975}{32} \,{\left (2 \, x - 1\right )}^{6} \sqrt{-2 \, x + 1} - \frac{28555}{176} \,{\left (2 \, x - 1\right )}^{5} \sqrt{-2 \, x + 1} - \frac{21439}{48} \,{\left (2 \, x - 1\right )}^{4} \sqrt{-2 \, x + 1} - \frac{20691}{32} \,{\left (2 \, x - 1\right )}^{3} \sqrt{-2 \, x + 1} - \frac{65219}{160} \,{\left (2 \, x - 1\right )}^{2} \sqrt{-2 \, x + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((5*x + 3)^3*(3*x + 2)^2*(-2*x + 1)^(3/2),x, algorithm="giac")

[Out]

-75/32*(2*x - 1)^7*sqrt(-2*x + 1) - 975/32*(2*x - 1)^6*sqrt(-2*x + 1) - 28555/17
6*(2*x - 1)^5*sqrt(-2*x + 1) - 21439/48*(2*x - 1)^4*sqrt(-2*x + 1) - 20691/32*(2
*x - 1)^3*sqrt(-2*x + 1) - 65219/160*(2*x - 1)^2*sqrt(-2*x + 1)